-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add pyiceberg-core #31225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add pyiceberg-core #31225
Conversation
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/pyiceberg-core/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/18485289650. Examine the logs at this URL for more detail. |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge/help-python, ready for review |
|
@conda-forge/help-python, please look into this |
| set "CMAKE_GENERATOR=NMake Makefiles" | ||
| maturin build -v --jobs 1 --release --strip --manylinux off --interpreter=%PYTHON% --no-default-features || exit 1 | ||
|
|
||
| cd bindings/python | ||
|
|
||
| FOR /F "delims=" %%i IN ('dir /s /b target\wheels\*.whl') DO set pyiceberg_core_wheel=%%i | ||
| %PYTHON% -m pip install --ignore-installed --no-deps %pyiceberg_core_wheel% -vv || exit 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a comment above this to explain why it's necessary to directly call maturin here and manually install the wheels? I assume this is because the recipe fails if we just use pip install . -vv on Windows. This type of workaround is totally fine, but it would be good to document why it's needed for future reference.
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).